Click or drag to resize

MailboxData Constructor (EmailAddress, MeetingAttendeeType, Boolean)

Initializes a new instance of the MailboxData class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public MailboxData(
	EmailAddress emailAddress,
	MeetingAttendeeType attendeeType,
	bool excludeConflicts
)

Parameters

emailAddress
Type: Independentsoft.ExchangeEmailAddress
attendeeType
Type: Independentsoft.ExchangeMeetingAttendeeType
excludeConflicts
Type: SystemBoolean
See Also